From: Chong Yidong Date: Thu, 26 Feb 2009 22:58:09 +0000 (+0000) Subject: Require librsvg >= 2.11. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1522 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6d65c60c18fd5a4ab6e60d861dfa0d00c22335ef;p=emacs.git Require librsvg >= 2.11. --- diff --git a/configure.in b/configure.in index 85ff104d5f6..1d364b84b16 100644 --- a/configure.in +++ b/configure.in @@ -1493,7 +1493,7 @@ fi HAVE_RSVG=no if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then if test "${with_rsvg}" != "no"; then - RSVG_REQUIRED=2.0.0 + RSVG_REQUIRED=2.11.0 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED" PKG_CHECK_MODULES(RSVG, $RSVG_MODULE, :, :)